home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr45 / protsbm.zip / PROTEU.ZIP / README.TXT < prev   
Text File  |  1990-02-05  |  2KB  |  37 lines

  1. This archive contains 14 banks of patches for the EMU Proteus.  All the patches
  2. were downloaded from a bulletin board and then converted to Dr. T's
  3. format.  The conversion program and C source code are included.  Basically
  4. the conversion program strips off system exclusive codes from a proteus
  5. sysex file (also known as a MIDI file).  The resulting file can then be
  6. merged with a standard header ("prefix") to form a Dr. T-compatible file.
  7.  
  8. The PROTCONVERT program expects an input file containing a bank of Proteus 
  9. Sysex patches.  It doesn't check to ensure that this is what you give it.
  10. It outputs a file with all the sysex codes stripped off.
  11.  
  12. Syntax is:  PROTCONVERT infile outfile
  13.  
  14.    infile= Proteus sysex patches
  15.    outfile= Proteus patches minus sysex data
  16.  
  17. With an Amiga, you can then use the "Join" command to merge "prefix" with
  18. the stripped file. (EXAMPLE: join prefix and outfile as converted.pro)
  19. Other computers will need different methods.
  20.  
  21. The resulting file can be used with Dr. T's Proteus Editor/Librarian
  22.  
  23. Yes, you could use MIDI to transfer and convert patches, but it doesn't
  24. help if you download patches via modem.
  25.  
  26. Don't worry if you get a message saying "input file too short".  It should
  27. still work.
  28.  
  29. PROTCONVERT was written by Phil Saunders
  30. 2209 N. Van Dorn #201
  31. Alexandria, Va 22304.
  32.  
  33. It is hereby released to the public domain.
  34. If you use the program that's good enough. But if you've created some
  35. hip Proteus patches, why not upload them onto a bulletin board for others
  36. to share?
  37.